﻿@charset "utf-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  color: #333;
}
a {
  /*transition: 0.5s;*/
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
/*a:hover,*/
/*a:active,*/
/*a:focus {*/
  /*color: #0068B7;*/
/*}*/
img {
  border: 0;
}
table {
  border-collapse: collapse;
  /*width: 100%;*/
}
input[type='reset'],
input[type='button'],
/*input[type='submit'],*/
input[type='radio'] {
  cursor: pointer;
  /*-webkit-appearance: none;*/
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  /*-webkit-appearance: none;*/
  outline: none;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  -webkit-appearance: none;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
ol {
  list-style: none;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*页面主体区域的宽*/
.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*header*/
header {
  width: 100%;
  height: 85px;
  border-bottom: 1px solid  #3c3c3c;
  position: relative;
}
header .logo {
  width: 220px;
  position: relative;
  z-index: 999;
}
header .logo a {
  display: block;
  width: 181px;
  height: 85px;
  position: relative;
  z-index: 999;
}
header .nav {
  background: #1e1e1e;
  height: 85px;
  position: relative;
  padding-left: 60px;
  z-index: 999;
}
header .nav:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 85px solid #1e1e1e;
  border-left: 35px solid transparent;
  position: absolute;
  left: -35px;
  top: 0;
}
header .nav ul li {
  height: 85px;
  float: left;
  margin-right: 50px;
  position: relative;
}
header .nav ul li a.a1 {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 85px;
}
header .nav ul li:hover a.a1 {
  color: #f36f21;
}
header .nav ul li.on a.a1 {
  color: #f36f21;
}
header .nav ul li .hide {
  width: 120px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  display: none;
  z-index: 99999;
}
header .nav ul li .hide a {
  display: block;
  padding: 5px;
  background: #3c3c3c;
  color: #fff;
}
header .nav ul li .hide a:hover {
  background: #f36f21;
}
header .right {
  /*width: 160px;*/
  text-align: right;
  background: #1e1e1e url(../images/call.png) no-repeat 0px 25px;
  height: 85px;
  line-height: 85px;
  position: relative;
  z-index: 999;
  font-size: 20px;
  color: #f36f21;
  font-weight: 600;
}
header .right a{
  padding-left: 28px;
  color: #f36f21;
}
header:after {
  content: "";
  display: block;
  width: 50%;
  height: 85px;
  background: #1e1e1e;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
header:before {
  content: "";
  display: block;
  width: 50%;
  height: 85px;
  background: #f36f21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#mmenu {
  z-index: 9999;
  right: 0;
}
#mmenu .search {
  margin: 10px 10px 10px 20px;
  width: 90%;
}
#mmenu .search .text {
  width: 100%;
}
.phone-nav {
  width: 32px;
  height: 32px;
  z-index: 999;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  display: none!important;
  background: url(../images/nav.png) no-repeat;
  background-size: 100%;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .main {
    width: 970px !important;
  }
  #nav {
    padding-left: 20px;
  }
  #nav ul li {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main {
    width: 750px !important;
  }
  header {
    height: 70px;
  }
  header .logo {
    height: 70px;
  }
  header .logo a {
    height: 70px;
  }
  header:after,
  header:before {
    height: 70px;
  }
  .phone-nav {
    display: block!important;
  }
  #nav {
    display: none;
  }
  header .right {
    height: 70px;
    width: 50%;
    line-height: 70px;
    background: #1e1e1e;
    text-align: center;
  }
  header .right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 70px solid #1e1e1e;
    border-left: 35px solid transparent;
    position: absolute;
    left: -35px;
    top: 0;
  }
  header .logo {
    height: 70px !important;
  }
}
@media (max-width: 767px) {
  .main {
    width: 100% !important;
    padding: 0 15px;
  }
  .phone-nav {
    display: block!important;
    right: 0;
  }
  #nav {
    display: none;
  }
  header:after,
  header:before {
    height: 50px;
  }
  header {
    height: 50px;
  }
  header .logo,
  header .logo a {
    height: 50px;
    width: 100px;
  }
  header .right {
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: #1e1e1e;
    text-align: center;
    text-align: left;
    font-size: 0;
    color: #1e1e1e;
  }
  header .right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 50px solid #1e1e1e;
    border-left: 35px solid transparent;
    position: absolute;
    left: -35px;
    top: 0;
  }
}
header .out {
  width: 540px;
  height: 40px;
  background: #f36f21;
  position: absolute;
  bottom: -41px;
  right: 0;
  padding: 5px 0 5px 18px;
  z-index: 99;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
header .out:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 40px solid #f36f21;
  border-left: 15px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
header .out a {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
}
header .out #wx{
  cursor: default;
}
header .out i {
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/out_bg.png) no-repeat center;
}
header .out a.search {
  background: url(../images/search.png) no-repeat center;
}
header .out a#wx {
  background: url(../images/wx.png) no-repeat center;
}
.searchBox {
  position: absolute;
  top: 41px;
  left: -10px;
  width: 270px;
  height: 45px;
  display: none;
}
.searchBox .text {
  width: 230px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f36f21;
  outline: none;
  text-indent: 5px;
  padding-right: 50px;
}
.searchBox .btn {
  width: 40px;
  height: 40px;
  background-color: none;
  border: none;
  outline: none;
  background: #f36f21 url(../images/search.png) no-repeat center;
  transition: 0.5s;
  position: absolute;
  right: 40px;
  top: 0px;
}
.searchBox .close {
  float: right;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  margin-top: 3px;
}
#wx {
  position: relative;
}
#wx:hover .img1 {
  transition: 0.5s;
}
#wx:hover .img1 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#wx #hideWx {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 999;
  top: 35px;
  background: #f2f2f2;
  padding: 20px;
  left: 50%;
  margin-left: -60px;
  display: none;
  -webkit-animation: flipInX  1s ease;
  animation: flipInX  1s ease;
}
#wx #hideWx:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
}
#wx:hover #hideWx {
  display: block;
}
#mmenu .serch {
  width: 100%;
  position: relative;
}
#mmenu .search .text {
  width: 100%;
  border: 1px solid #f36f21;
  padding-left: 10px;
  height: 30px;
}
#mmenu .search .btn {
  width: 30px;
  height: 30px;
  background-color: none;
  border: none;
  outline: none;
  background: #f36f21 url(../images/search.png) no-repeat center;
  transition: 0.5s;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .out {
    display: none;
  }
}
@media (max-width: 767px) {
  header .out {
    display: none;
  }
}
/*footer*/
footer {
  background: #1e1e1e;
}
footer .top {
  padding: 60px 0;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
footer .top .left {
  width: 50%;
}
footer .top .linkBox {
  width: 200px;
  height: 40px;
  background: #686868 url(../images/link.png) no-repeat 170px center;
  cursor: pointer;
  /*padding-left: 15px; */
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  margin-right: 3px;
  position: relative;
}
footer .top .linkBox p {
  font-size: 14px;
  color: #fff;
}
footer .top .linkBox .hide {
  position: absolute;
  top: -131px;
  left: 30px;
}
footer .top.linkBox p {
  display: inline-block;
  width: 80px;
  height: 31px;
  overflow: hidden;
}
footer .top .linkBox .hide a {
  display: block;
  width: 200px;
  height: 31px;
  overflow: hidden;
  color: #747678;
  transition: 0.5s;
}
footer .top .linkBox .hide a:hover {
  color: #f36f21;
}
footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f36f21;
}
.blur {
  background: #f36f21;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.cont {
  display: inline-block;
  width: 200px;
  height: 130px;
  padding-left: 20px;
  color: #f36f21;
  margin-left: -30px;
  background: #fff;
  position: relative;
  z-index: 99;
  border: 1px solid #e3e3e3;
}
footer .top .left nav {
  margin-top: 40px;
}
footer .top .left nav a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 35px;
}
footer .top .left nav a:hover {
  text-decoration: underline;
}
footer .top .right {
  width: 50%;
  padding-left: 60px;
}
footer .top .right i {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  float: left;
  margin-right: 20px;
}
footer .top .right ul li {
  height: 25px;
  width: 420px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 13px;
}
footer .top .right ul li a {
  font-size: 14px;
  color: #fff;
}
footer .top .right ul li a:hover {
  text-decoration: underline;
}
footer .bottom {
  padding: 10px 0;
  text-align: center;
  font-size: 12;
  color: #999;
}
footer .bottom i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
}
footer .bottom p {
  line-height: 20px;
}
footer .bottom a.map {
  color: #999;
  text-decoration: underline;
}
footer .bottom a.map:hover {
  color: #f36f21;
}
@media (min-width: 991px) and (max-width: 1205px) {
  footer .top .left nav a {
    margin-right: 10px;
  }
  footer .top .right {
    padding-left: 20px;
  }
  footer .top .right i {
    margin-right: 20px;
  }
  footer .top .right ul {
    width: 70%;
  }
  footer .top .right ul li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top .left nav a {
    margin-right: 10px;
  }
  footer .top .left {
    width: 100%;
    float: none;
    margin: 0 auto;
    /*overflow: hidden;*/
    margin-bottom: 15px;
  }
  footer .top .linkBox {
    float: left;
  }
  footer .top .left nav {
    float: left;
    margin-top: 8px;
    margin-left: 30px;
  }
  footer .top .right {
    padding-left: 0px;
    width: 100%;
    float: none;
    padding-left: 100px;
    margin: 0 auto;
  }
  footer .top .right i {
    margin-right: 20px;
  }
  footer .top .right ul {
    width: 70%;
  }
  footer .top .right ul li {
    width: 90%;
  }
}
@media (max-width: 767px) {
  footer .top {
    padding: 10px 0;
  }
  footer .top .left {
    display: none;
  }
  footer .top .right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  footer .top .right ul {
    width: 100%;
  }
  footer .top .right ul li {
    width: 100%;
    text-align: center;
    background: #1e1e1e !important;
    padding: 0;
    margin-bottom: 0px;
    height: auto;
  }
  footer .top .right i {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  footer .bottom p {
    text-align: center;
  }
  footer .bottom a.map {
    display: block;
    margin: 0 auto;
  }
}
/*page_banner*/
.page_banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page_banner span {
  display: block;
  width: 100%;
  text-align: center;
}
.page_banner img {
  border: 0;
  max-width: 100%;
}
/*page_nav*/
.page_nav {
  padding: 15px 0;
  text-align: center;
}
.page_nav a {
  display: inline-block;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  background: #1e1e1e;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin: 5px 45px;
  overflow: hidden;
}
.page_nav a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 48px solid #1e1e1e;
  border-left: 15px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.page_nav a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 48px solid #1e1e1e;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
}
.page_nav a.on {
  background: #f36f21;
  color: #fff;
}
.page_nav a.on:hover {
  color: #fff;
}
.page_nav a.on:before {
  border-bottom-color: #f36f21;
}
.page_nav a.on:after {
  border-top-color: #f36f21;
}
.page_nav a:hover {
  color: #f36f21;
}
/*page_info*/
.page_info {
  background: #f4f4f4;
  padding-bottom: 35px;
}
.bread {
  /*padding: 25px 0;*/
  text-align: right;
  font-size: 14px;
  color: #666;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.bread a {
  color: #666;
}
.bread a:hover {
  color: #f36f21;
}
.bread a:last-child{
  color: #f36f21;
}
.bread i {
  font-style: normal;
  color: #f36f21;
}
.about {
  font-size: 13px;
  color: #666;
  line-height: 35px;
}
.about .top .word {
  width: 435px;
  padding-top: 10px;
}
.about .top .word b {
  font-size: 16px;
}
.about .top i {
  width: 720px;
  height: 400px;
  position: relative;
}
.about .bottom i {
  width: 480px;
  height: 325px;
  position: relative;
}
.about .bottom .word {
  width: 670px;
  padding-top: 45px;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .about {
    line-height: 24px;
  }
  .about .top .word {
    width: 50%;
    padding-right: 20px;
  }
  .about .top i {
    width: 50%;
    height: 270px;
  }
  .about .bottom .word {
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
  }
  .about .bottom i {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about {
    line-height: 24px;
  }
  .about .top .word {
    width: 50%;
    padding-right: 20px;
  }
  .about .top i {
    width: 50%;
    height: 270px;
  }
  .about .bottom .word {
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
  }
  .about .bottom i {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page_info {
    padding-bottom: 15px;
  }
  .about {
    line-height: 30px;
  }
  .about .top .word {
    width: 100%;
    padding-top: 0;
  }
  .about .top i {
    display: none;
  }
  .about .bottom .word {
    width: 100%;
    padding-top: 0px;
  }
  .about .bottom i {
    display: none;
  }
  .page_nav {
    display: none;
  }
  .bread {
    /*padding: 10px 0;*/
  }
}
/*rec_news*/
.rec_news {
  padding: 60px 0;
}
.rec_news ul {
  width: 550px;
}
.rec_news ul p {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
.rec_news ul p b {
  float: left;
  width: 50%;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-weight: 400;
  height: 26px;
  line-height: 26px;
}
.rec_news ul p a {
  float: right;
  font-size: 13px;
  color: #f36f21;
  margin-top: 5px;
}
.rec_news ul li {
  margin-top: 20px;
  overflow: hidden;
}
.rec_news ul li a {
  float: left;
  width: 80%;
  font-size: 13px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  position: relative;
  height: 17px;
  line-height: 17px;
}
.rec_news ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #f36f21;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.rec_news ul li a:hover {
  color: #f36f21;
}
.rec_news ul li span {
  float: right;
  font-size: 13px;
  color: #999;
  width: 74px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .rec_news ul {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rec_news ul {
    width: 45%;
  }
  .rec_news ul li a {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .rec_news {
    padding: 10px 0;
  }
  .rec_news ul p {
    padding-bottom: 5px;
  }
  .rec_news ul p b {
    font-size: 14px;
  }
  .rec_news ul p a {
    margin-top: 0px;
  }
  .rec_news ul {
    width: 100%;
    margin-bottom: 15px;
  }
  .rec_news ul li {
    margin-top: 10px;
  }
  .rec_news ul li a {
    width: 70%;
  }
}
